SetProduceCompilationCacheRequest

data class SetProduceCompilationCacheRequest(enabled: Boolean)

Represents request frame that can be used with Page#setProduceCompilationCache operation call.

Forces compilation cache to be generated for every subresource script. See also: Page.produceCompilationCache.

See also

Constructors

SetProduceCompilationCacheRequest
Link copied to clipboard
fun SetProduceCompilationCacheRequest(enabled: Boolean)

Properties

enabled
Link copied to clipboard
val enabled: Boolean

Sources

jvm source
Link copied to clipboard